Clarify help text for dropping via points.
authorrobertl <robertl>
Thu, 3 Nov 2005 19:17:56 +0000 (19:17 +0000)
committerrobertl <robertl>
Thu, 3 Nov 2005 19:17:56 +0000 (19:17 +0000)
gdb.c

diff --git a/gdb.c b/gdb.c
index 5359a39f1a39d97c5a45c49ed34460b9305b7903..b366ce9331481472129a973443cb12fe69d3e032 100644 (file)
--- a/gdb.c
+++ b/gdb.c
@@ -98,7 +98,7 @@ static arglist_t gdb_args[] = {
        {GDB_OPT_VER, &gdb_opt_ver, 
            "Version of gdb file to generate (1,2)", "2", ARGTYPE_INT, "1", "2"},
        {GDB_OPT_VIA, &gdb_opt_via, 
-           "Drop route points, if they don't have an aquivalent waypoint (hidden points)", NULL, ARGTYPE_BOOL},
+           "Drop route points that do not have an equivalent waypoint (hidden points)", NULL, ARGTYPE_BOOL},
        {0, 0, 0, 0, 0}
 };